[INFO] cloning repository https://github.com/ritesh089/tennis_scheduler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ritesh089/tennis_scheduler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritesh089%2Ftennis_scheduler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritesh089%2Ftennis_scheduler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ff9703beaad23595ce9ed5fae2eeb5e9491d7492
[INFO] fixing ritesh089/tennis_scheduler against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritesh089%2Ftennis_scheduler" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ritesh089/tennis_scheduler
[INFO] finished tweaking git repo https://github.com/ritesh089/tennis_scheduler
[INFO] tweaked toml for git repo https://github.com/ritesh089/tennis_scheduler written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ritesh089/tennis_scheduler on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ritesh089/tennis_scheduler already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 979991123abddd84723600dfcacc9040ba67141b5de79f04dc8c87d6cf16a2b9
[INFO] running `Command { std: "docker" "start" "979991123abddd84723600dfcacc9040ba67141b5de79f04dc8c87d6cf16a2b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "979991123abddd84723600dfcacc9040ba67141b5de79f04dc8c87d6cf16a2b9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "979991123abddd84723600dfcacc9040ba67141b5de79f04dc8c87d6cf16a2b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "979991123abddd84723600dfcacc9040ba67141b5de79f04dc8c87d6cf16a2b9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]     Checking log v0.4.26
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]     Checking bytes v1.10.0
[INFO] [stderr]     Checking writeable v0.5.5
[INFO] [stderr]     Checking litemap v0.7.4
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]     Checking once_cell v1.20.3
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking icu_locid_transform_data v1.5.0
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking icu_properties_data v1.5.0
[INFO] [stderr]     Checking local-waker v0.1.4
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]    Compiling cc v1.2.15
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]     Checking tokio v1.43.0
[INFO] [stderr]    Compiling zstd-safe v7.2.3
[INFO] [stderr]     Checking icu_normalizer_data v1.5.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling httparse v1.10.0
[INFO] [stderr]     Checking indexmap v2.7.1
[INFO] [stderr]    Compiling time-macros v0.2.19
[INFO] [stderr]     Checking miniz_oxide v0.8.4
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking actix-service v2.0.2
[INFO] [stderr]     Checking brotli-decompressor v4.0.2
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]    Compiling zstd-sys v2.0.14+zstd.1.5.7
[INFO] [stderr]     Checking bytestring v1.4.0
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling regex-lite v0.1.6
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]     Checking time v0.3.37
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking brotli v6.0.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking tokio-util v0.7.13
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking impl-more v0.1.9
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling strum v0.24.1
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling pq-sys v0.7.0
[INFO] [stderr]    Compiling anyhow v1.0.96
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling semver v1.0.25
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.2.0
[INFO] [stderr]     Checking cipher v0.3.0
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.7
[INFO] [stderr]    Compiling paperclip v0.8.2
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking blowfish v0.8.0
[INFO] [stderr]     Checking r2d2 v0.8.10
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]    Compiling derive_more v0.99.19
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking actix-rt v2.10.0
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling paperclip-macros v0.6.3
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]    Compiling dsl_auto_type v0.1.3
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking actix-server v2.5.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling diesel_derives v2.2.3
[INFO] [stderr]     Checking bcrypt v0.10.1
[INFO] [stderr]     Checking uuid v1.14.0
[INFO] [stderr]    Compiling diesel-derive-enum v2.1.0
[INFO] [stderr]     Checking dotenv v0.15.0
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking chrono v0.4.39
[INFO] [stderr]     Checking actix-http v3.9.0
[INFO] [stderr]     Checking diesel v2.2.7
[INFO] [stderr]     Checking actix-web v4.9.0
[INFO] [stderr]     Checking paperclip-core v0.6.2
[INFO] [stderr]     Checking actix-cors v0.6.5
[INFO] [stderr]     Checking paperclip-actix v0.6.2
[INFO] [stderr]     Checking tennis_scheduler v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/auth.rs:33:11
[INFO] [stdout]     |
[INFO] [stdout]  23 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  33 |       match diesel::insert_into(players)
[INFO] [stdout]     |  ___________^
[INFO] [stdout]  34 | |         .values((
[INFO] [stdout]  35 | |             name.eq(&item.name),
[INFO] [stdout]  36 | |             email.eq(&item.email), 
[INFO] [stdout] ...   |
[INFO] [stdout]  42 | |         ))
[INFO] [stdout]  43 | |         .execute(conn)
[INFO] [stdout]     | |                      ^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |______________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  52 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:48:11
[INFO] [stdout]     |
[INFO] [stdout]  46 |     let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                     ------------------------------------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout]  47 |
[INFO] [stdout]  48 |     match all_leagues.find(league_id_one).first::<League>(conn) {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |           up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  52 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:62:11
[INFO] [stdout]     |
[INFO] [stdout]  60 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]  61 |
[INFO] [stdout]  62 |       match all_leagues
[INFO] [stdout]     |  ___________^
[INFO] [stdout]  63 | |         .filter(league_name.eq(league_name_val))
[INFO] [stdout]  64 | |         .first::<League>(conn) 
[INFO] [stdout]     | |                              ^
[INFO] [stdout]     | |                              |
[INFO] [stdout]     | |______________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  69 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:124:11
[INFO] [stdout]     |
[INFO] [stdout] 122 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 123 |
[INFO] [stdout] 124 |       match diesel::insert_into(all_player_leagues)
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 125 | |         .values((
[INFO] [stdout] 126 | |             player_id.eq(item.player_id.to_string()),
[INFO] [stdout] 127 | |             league_id.eq(league_id_val),
[INFO] [stdout] ...   |
[INFO] [stdout] 130 | |         ))
[INFO] [stdout] 131 | |         .execute(conn)
[INFO] [stdout]     | |                      ^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |______________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 136 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:146:11
[INFO] [stdout]     |
[INFO] [stdout] 144 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 145 |
[INFO] [stdout] 146 |       match diesel::delete(all_player_leagues)
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 147 | |         .filter(player_id.eq(item.player_id.to_string()))
[INFO] [stdout] 148 | |         .filter(league_id.eq(league_id_val))
[INFO] [stdout] 149 | |         .execute(conn)
[INFO] [stdout]     | |                      ^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |______________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:175:11
[INFO] [stdout]     |
[INFO] [stdout] 167 |     let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                     ------------------------------------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 175 |     match query_builder.load::<League>(conn) {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |           up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 183 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:210:5
[INFO] [stdout]     |
[INFO] [stdout] 197 |     let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                     ------------------------------------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 210 |     HttpResponse::Ok().json(format!("Updated player {} in league {} to role {}", player_id_val, league_id_val, item.role))
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |     up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 211 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.0/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:231:11
[INFO] [stdout]     |
[INFO] [stdout] 227 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 231 |       match players::table
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 232 | |         .inner_join(player_leagues::table.on(
[INFO] [stdout] 233 | |             players::name.eq(player_leagues::player_id)
[INFO] [stdout] 234 | |             .and(player_leagues::league_id.eq(league_id_val))
[INFO] [stdout] ...   |
[INFO] [stdout] 241 | |         ))
[INFO] [stdout] 242 | |         .load::<LeaguePlayerInfo>(conn)
[INFO] [stdout]     | |                                       ^
[INFO] [stdout]     | |                                       |
[INFO] [stdout]     | |_______________________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                         up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 250 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:267:11
[INFO] [stdout]     |
[INFO] [stdout] 263 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 267 |       match player_leagues
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 268 | |         .filter(league_id.eq(league_id_val))
[INFO] [stdout] 269 | |         .filter(player_id.eq(player_name))
[INFO] [stdout] 270 | |         .select(role)
[INFO] [stdout] 271 | |         .first::<String>(conn)
[INFO] [stdout]     | |                              ^
[INFO] [stdout]     | |                              |
[INFO] [stdout]     | |______________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 276 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:363:11
[INFO] [stdout]     |
[INFO] [stdout] 359 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 363 |       match league_join_requests
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 364 | |         .filter(league_id.eq(league_id_val))
[INFO] [stdout] 365 | |         .filter(status.eq("pending"))
[INFO] [stdout] 366 | |         .load::<LeagueJoinRequest>(conn)
[INFO] [stdout]     | |                                        ^
[INFO] [stdout]     | |                                        |
[INFO] [stdout]     | |________________________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                          up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 374 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:393:11
[INFO] [stdout]     |
[INFO] [stdout] 389 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 393 |       match diesel::update(league_join_requests)
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 394 | |         .filter(league_id.eq(league_id_val))
[INFO] [stdout] 395 | |         .filter(request_id.eq(request_id_val))
[INFO] [stdout] 396 | |         .set((
[INFO] [stdout] ...   |
[INFO] [stdout] 399 | |         ))
[INFO] [stdout] 400 | |         .execute(conn)
[INFO] [stdout]     | |                      ^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |______________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 408 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/players.rs:24:11
[INFO] [stdout]     |
[INFO] [stdout]  20 |     let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                     ------------------------------------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  24 |     match players.load::<Player>(conn) {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |           up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  28 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/players.rs:41:11
[INFO] [stdout]     |
[INFO] [stdout]  35 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  41 |       match players
[INFO] [stdout]     |  ___________^
[INFO] [stdout]  42 | |         .filter(name.ilike(&search_pattern))
[INFO] [stdout]  43 | |         .load::<Player>(conn) 
[INFO] [stdout]     | |                             ^
[INFO] [stdout]     | |                             |
[INFO] [stdout]     | |_____________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  48 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/players.rs:76:11
[INFO] [stdout]     |
[INFO] [stdout]  72 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  76 |       match diesel::update(players)
[INFO] [stdout]     |  ___________^
[INFO] [stdout]  77 | |         .filter(name.eq(&playername))
[INFO] [stdout]  78 | |         .set(role.eq(&item.role))
[INFO] [stdout]  79 | |         .execute(conn)
[INFO] [stdout]     | |                      ^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |______________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  87 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/matches.rs:71:15
[INFO] [stdout]     |
[INFO] [stdout]  68 |           let mut conn = pool_clone.get().map_err(|_| AppError::InternalError)?;
[INFO] [stdout]     |               --------
[INFO] [stdout]     |               |
[INFO] [stdout]     |               `conn` calls a custom destructor
[INFO] [stdout]     |               `conn` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  71 |           match diesel::insert_into(matches::table)
[INFO] [stdout]     |  _______________^
[INFO] [stdout]  72 | |             .values(&new_match)
[INFO] [stdout]  73 | |             .execute(&mut conn)
[INFO] [stdout]     | |                               ^
[INFO] [stdout]     | |                               |
[INFO] [stdout]     | |_______________________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                 up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  78 |       })
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `conn` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/auth.rs:33:11
[INFO] [stdout]     |
[INFO] [stdout]  23 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  33 |       match diesel::insert_into(players)
[INFO] [stdout]     |  ___________^
[INFO] [stdout]  34 | |         .values((
[INFO] [stdout]  35 | |             name.eq(&item.name),
[INFO] [stdout]  36 | |             email.eq(&item.email), 
[INFO] [stdout] ...   |
[INFO] [stdout]  42 | |         ))
[INFO] [stdout]  43 | |         .execute(conn)
[INFO] [stdout]     | |                      ^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |______________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  52 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:48:11
[INFO] [stdout]     |
[INFO] [stdout]  46 |     let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                     ------------------------------------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout]  47 |
[INFO] [stdout]  48 |     match all_leagues.find(league_id_one).first::<League>(conn) {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |           up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  52 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:62:11
[INFO] [stdout]     |
[INFO] [stdout]  60 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]  61 |
[INFO] [stdout]  62 |       match all_leagues
[INFO] [stdout]     |  ___________^
[INFO] [stdout]  63 | |         .filter(league_name.eq(league_name_val))
[INFO] [stdout]  64 | |         .first::<League>(conn) 
[INFO] [stdout]     | |                              ^
[INFO] [stdout]     | |                              |
[INFO] [stdout]     | |______________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  69 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:124:11
[INFO] [stdout]     |
[INFO] [stdout] 122 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 123 |
[INFO] [stdout] 124 |       match diesel::insert_into(all_player_leagues)
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 125 | |         .values((
[INFO] [stdout] 126 | |             player_id.eq(item.player_id.to_string()),
[INFO] [stdout] 127 | |             league_id.eq(league_id_val),
[INFO] [stdout] ...   |
[INFO] [stdout] 130 | |         ))
[INFO] [stdout] 131 | |         .execute(conn)
[INFO] [stdout]     | |                      ^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |______________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 136 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:146:11
[INFO] [stdout]     |
[INFO] [stdout] 144 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 145 |
[INFO] [stdout] 146 |       match diesel::delete(all_player_leagues)
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 147 | |         .filter(player_id.eq(item.player_id.to_string()))
[INFO] [stdout] 148 | |         .filter(league_id.eq(league_id_val))
[INFO] [stdout] 149 | |         .execute(conn)
[INFO] [stdout]     | |                      ^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |______________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:175:11
[INFO] [stdout]     |
[INFO] [stdout] 167 |     let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                     ------------------------------------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 175 |     match query_builder.load::<League>(conn) {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |           up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 183 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:210:5
[INFO] [stdout]     |
[INFO] [stdout] 197 |     let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                     ------------------------------------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 210 |     HttpResponse::Ok().json(format!("Updated player {} in league {} to role {}", player_id_val, league_id_val, item.role))
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |     up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 211 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.0/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:231:11
[INFO] [stdout]     |
[INFO] [stdout] 227 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 231 |       match players::table
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 232 | |         .inner_join(player_leagues::table.on(
[INFO] [stdout] 233 | |             players::name.eq(player_leagues::player_id)
[INFO] [stdout] 234 | |             .and(player_leagues::league_id.eq(league_id_val))
[INFO] [stdout] ...   |
[INFO] [stdout] 241 | |         ))
[INFO] [stdout] 242 | |         .load::<LeaguePlayerInfo>(conn)
[INFO] [stdout]     | |                                       ^
[INFO] [stdout]     | |                                       |
[INFO] [stdout]     | |_______________________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                         up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 250 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:267:11
[INFO] [stdout]     |
[INFO] [stdout] 263 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 267 |       match player_leagues
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 268 | |         .filter(league_id.eq(league_id_val))
[INFO] [stdout] 269 | |         .filter(player_id.eq(player_name))
[INFO] [stdout] 270 | |         .select(role)
[INFO] [stdout] 271 | |         .first::<String>(conn)
[INFO] [stdout]     | |                              ^
[INFO] [stdout]     | |                              |
[INFO] [stdout]     | |______________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 276 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:363:11
[INFO] [stdout]     |
[INFO] [stdout] 359 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 363 |       match league_join_requests
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 364 | |         .filter(league_id.eq(league_id_val))
[INFO] [stdout] 365 | |         .filter(status.eq("pending"))
[INFO] [stdout] 366 | |         .load::<LeagueJoinRequest>(conn)
[INFO] [stdout]     | |                                        ^
[INFO] [stdout]     | |                                        |
[INFO] [stdout]     | |________________________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                          up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 374 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:393:11
[INFO] [stdout]     |
[INFO] [stdout] 389 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 393 |       match diesel::update(league_join_requests)
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 394 | |         .filter(league_id.eq(league_id_val))
[INFO] [stdout] 395 | |         .filter(request_id.eq(request_id_val))
[INFO] [stdout] 396 | |         .set((
[INFO] [stdout] ...   |
[INFO] [stdout] 399 | |         ))
[INFO] [stdout] 400 | |         .execute(conn)
[INFO] [stdout]     | |                      ^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |______________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 408 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/players.rs:24:11
[INFO] [stdout]     |
[INFO] [stdout]  20 |     let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                     ------------------------------------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  24 |     match players.load::<Player>(conn) {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |           up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  28 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/players.rs:41:11
[INFO] [stdout]     |
[INFO] [stdout]  35 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  41 |       match players
[INFO] [stdout]     |  ___________^
[INFO] [stdout]  42 | |         .filter(name.ilike(&search_pattern))
[INFO] [stdout]  43 | |         .load::<Player>(conn) 
[INFO] [stdout]     | |                             ^
[INFO] [stdout]     | |                             |
[INFO] [stdout]     | |_____________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  48 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/players.rs:76:11
[INFO] [stdout]     |
[INFO] [stdout]  72 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  76 |       match diesel::update(players)
[INFO] [stdout]     |  ___________^
[INFO] [stdout]  77 | |         .filter(name.eq(&playername))
[INFO] [stdout]  78 | |         .set(role.eq(&item.role))
[INFO] [stdout]  79 | |         .execute(conn)
[INFO] [stdout]     | |                      ^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |______________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  87 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/matches.rs:71:15
[INFO] [stdout]     |
[INFO] [stdout]  68 |           let mut conn = pool_clone.get().map_err(|_| AppError::InternalError)?;
[INFO] [stdout]     |               --------
[INFO] [stdout]     |               |
[INFO] [stdout]     |               `conn` calls a custom destructor
[INFO] [stdout]     |               `conn` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  71 |           match diesel::insert_into(matches::table)
[INFO] [stdout]     |  _______________^
[INFO] [stdout]  72 | |             .values(&new_match)
[INFO] [stdout]  73 | |             .execute(&mut conn)
[INFO] [stdout]     | |                               ^
[INFO] [stdout]     | |                               |
[INFO] [stdout]     | |_______________________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                 up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  78 |       })
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `conn` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/auth.rs:33:11
[INFO] [stdout]     |
[INFO] [stdout]  23 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  33 |       match diesel::insert_into(players)
[INFO] [stdout]     |  ___________^
[INFO] [stdout]  34 | |         .values((
[INFO] [stdout]  35 | |             name.eq(&item.name),
[INFO] [stdout]  36 | |             email.eq(&item.email), 
[INFO] [stdout] ...   |
[INFO] [stdout]  42 | |         ))
[INFO] [stdout]  43 | |         .execute(conn)
[INFO] [stdout]     | |                      ^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |______________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  52 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:48:11
[INFO] [stdout]     |
[INFO] [stdout]  46 |     let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                     ------------------------------------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout]  47 |
[INFO] [stdout]  48 |     match all_leagues.find(league_id_one).first::<League>(conn) {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |           up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  52 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:62:11
[INFO] [stdout]     |
[INFO] [stdout]  60 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]  61 |
[INFO] [stdout]  62 |       match all_leagues
[INFO] [stdout]     |  ___________^
[INFO] [stdout]  63 | |         .filter(league_name.eq(league_name_val))
[INFO] [stdout]  64 | |         .first::<League>(conn) 
[INFO] [stdout]     | |                              ^
[INFO] [stdout]     | |                              |
[INFO] [stdout]     | |______________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  69 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:124:11
[INFO] [stdout]     |
[INFO] [stdout] 122 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 123 |
[INFO] [stdout] 124 |       match diesel::insert_into(all_player_leagues)
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 125 | |         .values((
[INFO] [stdout] 126 | |             player_id.eq(item.player_id.to_string()),
[INFO] [stdout] 127 | |             league_id.eq(league_id_val),
[INFO] [stdout] ...   |
[INFO] [stdout] 130 | |         ))
[INFO] [stdout] 131 | |         .execute(conn)
[INFO] [stdout]     | |                      ^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |______________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 136 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:146:11
[INFO] [stdout]     |
[INFO] [stdout] 144 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 145 |
[INFO] [stdout] 146 |       match diesel::delete(all_player_leagues)
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 147 | |         .filter(player_id.eq(item.player_id.to_string()))
[INFO] [stdout] 148 | |         .filter(league_id.eq(league_id_val))
[INFO] [stdout] 149 | |         .execute(conn)
[INFO] [stdout]     | |                      ^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |______________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:175:11
[INFO] [stdout]     |
[INFO] [stdout] 167 |     let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                     ------------------------------------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 175 |     match query_builder.load::<League>(conn) {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |           up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 183 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:210:5
[INFO] [stdout]     |
[INFO] [stdout] 197 |     let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                     ------------------------------------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 210 |     HttpResponse::Ok().json(format!("Updated player {} in league {} to role {}", player_id_val, league_id_val, item.role))
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |     up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 211 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.0/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:231:11
[INFO] [stdout]     |
[INFO] [stdout] 227 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 231 |       match players::table
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 232 | |         .inner_join(player_leagues::table.on(
[INFO] [stdout] 233 | |             players::name.eq(player_leagues::player_id)
[INFO] [stdout] 234 | |             .and(player_leagues::league_id.eq(league_id_val))
[INFO] [stdout] ...   |
[INFO] [stdout] 241 | |         ))
[INFO] [stdout] 242 | |         .load::<LeaguePlayerInfo>(conn)
[INFO] [stdout]     | |                                       ^
[INFO] [stdout]     | |                                       |
[INFO] [stdout]     | |_______________________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                         up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 250 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:267:11
[INFO] [stdout]     |
[INFO] [stdout] 263 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 267 |       match player_leagues
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 268 | |         .filter(league_id.eq(league_id_val))
[INFO] [stdout] 269 | |         .filter(player_id.eq(player_name))
[INFO] [stdout] 270 | |         .select(role)
[INFO] [stdout] 271 | |         .first::<String>(conn)
[INFO] [stdout]     | |                              ^
[INFO] [stdout]     | |                              |
[INFO] [stdout]     | |______________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 276 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:363:11
[INFO] [stdout]     |
[INFO] [stdout] 359 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 363 |       match league_join_requests
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 364 | |         .filter(league_id.eq(league_id_val))
[INFO] [stdout] 365 | |         .filter(status.eq("pending"))
[INFO] [stdout] 366 | |         .load::<LeagueJoinRequest>(conn)
[INFO] [stdout]     | |                                        ^
[INFO] [stdout]     | |                                        |
[INFO] [stdout]     | |________________________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                          up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 374 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:393:11
[INFO] [stdout]     |
[INFO] [stdout] 389 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 393 |       match diesel::update(league_join_requests)
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 394 | |         .filter(league_id.eq(league_id_val))
[INFO] [stdout] 395 | |         .filter(request_id.eq(request_id_val))
[INFO] [stdout] 396 | |         .set((
[INFO] [stdout] ...   |
[INFO] [stdout] 399 | |         ))
[INFO] [stdout] 400 | |         .execute(conn)
[INFO] [stdout]     | |                      ^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |______________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 408 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/players.rs:24:11
[INFO] [stdout]     |
[INFO] [stdout]  20 |     let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                     ------------------------------------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  24 |     match players.load::<Player>(conn) {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |           up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  28 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/players.rs:41:11
[INFO] [stdout]     |
[INFO] [stdout]  35 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  41 |       match players
[INFO] [stdout]     |  ___________^
[INFO] [stdout]  42 | |         .filter(name.ilike(&search_pattern))
[INFO] [stdout]  43 | |         .load::<Player>(conn) 
[INFO] [stdout]     | |                             ^
[INFO] [stdout]     | |                             |
[INFO] [stdout]     | |_____________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  48 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/players.rs:76:11
[INFO] [stdout]     |
[INFO] [stdout]  72 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  76 |       match diesel::update(players)
[INFO] [stdout]     |  ___________^
[INFO] [stdout]  77 | |         .filter(name.eq(&playername))
[INFO] [stdout]  78 | |         .set(role.eq(&item.role))
[INFO] [stdout]  79 | |         .execute(conn)
[INFO] [stdout]     | |                      ^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |______________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  87 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/matches.rs:71:15
[INFO] [stdout]     |
[INFO] [stdout]  68 |           let mut conn = pool_clone.get().map_err(|_| AppError::InternalError)?;
[INFO] [stdout]     |               --------
[INFO] [stdout]     |               |
[INFO] [stdout]     |               `conn` calls a custom destructor
[INFO] [stdout]     |               `conn` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  71 |           match diesel::insert_into(matches::table)
[INFO] [stdout]     |  _______________^
[INFO] [stdout]  72 | |             .values(&new_match)
[INFO] [stdout]  73 | |             .execute(&mut conn)
[INFO] [stdout]     | |                               ^
[INFO] [stdout]     | |                               |
[INFO] [stdout]     | |_______________________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                 up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  78 |       })
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `conn` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating tests/test_runner.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/auth.rs:33:11
[INFO] [stdout]     |
[INFO] [stdout]  23 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  33 |       match diesel::insert_into(players)
[INFO] [stdout]     |  ___________^
[INFO] [stdout]  34 | |         .values((
[INFO] [stdout]  35 | |             name.eq(&item.name),
[INFO] [stdout]  36 | |             email.eq(&item.email), 
[INFO] [stdout] ...   |
[INFO] [stdout]  42 | |         ))
[INFO] [stdout]  43 | |         .execute(conn)
[INFO] [stdout]     | |                      ^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |______________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  52 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:48:11
[INFO] [stdout]     |
[INFO] [stdout]  46 |     let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                     ------------------------------------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout]  47 |
[INFO] [stdout]  48 |     match all_leagues.find(league_id_one).first::<League>(conn) {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |           up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  52 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:62:11
[INFO] [stdout]     |
[INFO] [stdout]  60 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]  61 |
[INFO] [stdout]  62 |       match all_leagues
[INFO] [stdout]     |  ___________^
[INFO] [stdout]  63 | |         .filter(league_name.eq(league_name_val))
[INFO] [stdout]  64 | |         .first::<League>(conn) 
[INFO] [stdout]     | |                              ^
[INFO] [stdout]     | |                              |
[INFO] [stdout]     | |______________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  69 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:124:11
[INFO] [stdout]     |
[INFO] [stdout] 122 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 123 |
[INFO] [stdout] 124 |       match diesel::insert_into(all_player_leagues)
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 125 | |         .values((
[INFO] [stdout] 126 | |             player_id.eq(item.player_id.to_string()),
[INFO] [stdout] 127 | |             league_id.eq(league_id_val),
[INFO] [stdout] ...   |
[INFO] [stdout] 130 | |         ))
[INFO] [stdout] 131 | |         .execute(conn)
[INFO] [stdout]     | |                      ^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |______________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 136 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:146:11
[INFO] [stdout]     |
[INFO] [stdout] 144 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 145 |
[INFO] [stdout] 146 |       match diesel::delete(all_player_leagues)
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 147 | |         .filter(player_id.eq(item.player_id.to_string()))
[INFO] [stdout] 148 | |         .filter(league_id.eq(league_id_val))
[INFO] [stdout] 149 | |         .execute(conn)
[INFO] [stdout]     | |                      ^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |______________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 154 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:175:11
[INFO] [stdout]     |
[INFO] [stdout] 167 |     let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                     ------------------------------------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 175 |     match query_builder.load::<League>(conn) {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |           up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 183 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:210:5
[INFO] [stdout]     |
[INFO] [stdout] 197 |     let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                     ------------------------------------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 210 |     HttpResponse::Ok().json(format!("Updated player {} in league {} to role {}", player_id_val, league_id_val, item.role))
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |     up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 211 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.0/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-3.9.0/src/responses/head.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Drop for BoxedResponseHead {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:231:11
[INFO] [stdout]     |
[INFO] [stdout] 227 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 231 |       match players::table
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 232 | |         .inner_join(player_leagues::table.on(
[INFO] [stdout] 233 | |             players::name.eq(player_leagues::player_id)
[INFO] [stdout] 234 | |             .and(player_leagues::league_id.eq(league_id_val))
[INFO] [stdout] ...   |
[INFO] [stdout] 241 | |         ))
[INFO] [stdout] 242 | |         .load::<LeaguePlayerInfo>(conn)
[INFO] [stdout]     | |                                       ^
[INFO] [stdout]     | |                                       |
[INFO] [stdout]     | |_______________________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                         up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 250 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:267:11
[INFO] [stdout]     |
[INFO] [stdout] 263 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 267 |       match player_leagues
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 268 | |         .filter(league_id.eq(league_id_val))
[INFO] [stdout] 269 | |         .filter(player_id.eq(player_name))
[INFO] [stdout] 270 | |         .select(role)
[INFO] [stdout] 271 | |         .first::<String>(conn)
[INFO] [stdout]     | |                              ^
[INFO] [stdout]     | |                              |
[INFO] [stdout]     | |______________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 276 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:363:11
[INFO] [stdout]     |
[INFO] [stdout] 359 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 363 |       match league_join_requests
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 364 | |         .filter(league_id.eq(league_id_val))
[INFO] [stdout] 365 | |         .filter(status.eq("pending"))
[INFO] [stdout] 366 | |         .load::<LeagueJoinRequest>(conn)
[INFO] [stdout]     | |                                        ^
[INFO] [stdout]     | |                                        |
[INFO] [stdout]     | |________________________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                          up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 374 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/leagues.rs:393:11
[INFO] [stdout]     |
[INFO] [stdout] 389 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 393 |       match diesel::update(league_join_requests)
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 394 | |         .filter(league_id.eq(league_id_val))
[INFO] [stdout] 395 | |         .filter(request_id.eq(request_id_val))
[INFO] [stdout] 396 | |         .set((
[INFO] [stdout] ...   |
[INFO] [stdout] 399 | |         ))
[INFO] [stdout] 400 | |         .execute(conn)
[INFO] [stdout]     | |                      ^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |______________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 408 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/players.rs:24:11
[INFO] [stdout]     |
[INFO] [stdout]  20 |     let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                     ------------------------------------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  24 |     match players.load::<Player>(conn) {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |           up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  28 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/players.rs:41:11
[INFO] [stdout]     |
[INFO] [stdout]  35 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  41 |       match players
[INFO] [stdout]     |  ___________^
[INFO] [stdout]  42 | |         .filter(name.ilike(&search_pattern))
[INFO] [stdout]  43 | |         .load::<Player>(conn) 
[INFO] [stdout]     | |                             ^
[INFO] [stdout]     | |                             |
[INFO] [stdout]     | |_____________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  48 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/players.rs:76:11
[INFO] [stdout]     |
[INFO] [stdout]  72 |       let conn = &mut pool.get().expect("Failed to get DB connection");
[INFO] [stdout]     |                       ------------------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  76 |       match diesel::update(players)
[INFO] [stdout]     |  ___________^
[INFO] [stdout]  77 | |         .filter(name.eq(&playername))
[INFO] [stdout]  78 | |         .set(role.eq(&item.role))
[INFO] [stdout]  79 | |         .execute(conn)
[INFO] [stdout]     | |                      ^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |______________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  87 |   }
[INFO] [stdout]     |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/api/matches.rs:71:15
[INFO] [stdout]     |
[INFO] [stdout]  68 |           let mut conn = pool_clone.get().map_err(|_| AppError::InternalError)?;
[INFO] [stdout]     |               --------
[INFO] [stdout]     |               |
[INFO] [stdout]     |               `conn` calls a custom destructor
[INFO] [stdout]     |               `conn` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  71 |           match diesel::insert_into(matches::table)
[INFO] [stdout]     |  _______________^
[INFO] [stdout]  72 | |             .values(&new_match)
[INFO] [stdout]  73 | |             .execute(&mut conn)
[INFO] [stdout]     | |                               ^
[INFO] [stdout]     | |                               |
[INFO] [stdout]     | |_______________________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                 up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  78 |       })
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `conn` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs:611:1
[INFO] [stdout]     |
[INFO] [stdout] 611 | / impl<M> Drop for PooledConnection<M>
[INFO] [stdout] 612 | | where
[INFO] [stdout] 613 | |     M: ManageConnection,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating tests/fixed_match_tests.rs from 2021 edition to 2024
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> tests/test_runner.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         TEST_DB_POOL.clone().unwrap()
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating tests/league_tests.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/match_tests.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/setup_test_db.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/doubles_match_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/reject_match_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/auth_tests.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/player_tests.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s
[INFO] [stderr] crater-edition-check: tennis_scheduler v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking tennis_scheduler v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::db::models::Player`
[INFO] [stdout]   --> src/api/leagues.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use crate::db::models::Player;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> src/api/players.rs:2:26
[INFO] [stdout]   |
[INFO] [stdout] 2 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> src/api/matches.rs:6:26
[INFO] [stdout]   |
[INFO] [stdout] 6 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `chrono::Utc`
[INFO] [stdout]  --> src/api/matches.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use chrono::Utc;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::db::models::Player`
[INFO] [stdout]   --> src/api/leagues.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use crate::db::models::Player;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> src/api/players.rs:2:26
[INFO] [stdout]   |
[INFO] [stdout] 2 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> src/api/matches.rs:6:26
[INFO] [stdout]   |
[INFO] [stdout] 6 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `chrono::Utc`
[INFO] [stdout]  --> src/api/matches.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use chrono::Utc;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/api/appointments.rs:19:33
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub async fn create_appointment(item: web::Json<CreateAppointmentInput>) -> impl Responder {
[INFO] [stdout]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/appointments.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     path: web::Path<i32>,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/api/appointments.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     item: web::Json<UpdateAppointmentInput>,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/appointments.rs:41:33
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub async fn cancel_appointment(path: web::Path<i32>) -> impl Responder {
[INFO] [stdout]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/api/appointments.rs:19:33
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub async fn create_appointment(item: web::Json<CreateAppointmentInput>) -> impl Responder {
[INFO] [stdout]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/appointments.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     path: web::Path<i32>,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/api/appointments.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     item: web::Json<UpdateAppointmentInput>,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/appointments.rs:41:33
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub async fn cancel_appointment(path: web::Path<i32>) -> impl Responder {
[INFO] [stdout]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/players.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub async fn get_calendar(path: web::Path<i32>) -> impl Responder {
[INFO] [stdout]    |                           ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/api/matches.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 |     let result = web::block(move || {
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/api/matches.rs:250:9
[INFO] [stdout]     |
[INFO] [stdout] 250 |     let result: Result<(), AppError> = web::block(move || {
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/players.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub async fn get_calendar(path: web::Path<i32>) -> impl Responder {
[INFO] [stdout]    |                           ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/api/matches.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 |     let result = web::block(move || {
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/api/matches.rs:250:9
[INFO] [stdout]     |
[INFO] [stdout] 250 |     let result: Result<(), AppError> = web::block(move || {
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `requester_id`, `opponent_id`, `start_time`, `end_time`, and `league_id` are never read
[INFO] [stdout]   --> src/api/appointments.rs:6:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct CreateAppointmentInput {
[INFO] [stdout]    |            ---------------------- fields in this struct
[INFO] [stdout]  6 |     pub requester_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]  7 |     pub opponent_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]  8 |     pub start_time: String, // Ideally, use a datetime type; using String here for simplicity.
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]  9 |     pub end_time: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 10 |     pub league_id: Option<i32>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `status` is never read
[INFO] [stdout]   --> src/api/appointments.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct UpdateAppointmentInput {
[INFO] [stdout]    |            ---------------------- field in this struct
[INFO] [stdout] 30 |     pub status: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LeagueResponse` is never constructed
[INFO] [stdout]   --> src/api/leagues.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct LeagueResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_league_by_id` is never used
[INFO] [stdout]   --> src/api/leagues.rs:40:14
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub async fn get_league_by_id(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `leave_league` is never used
[INFO] [stdout]    --> src/api/leagues.rs:138:14
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub async fn leave_league(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `requester_id`, `opponent_id`, `start_time`, `end_time`, and `league_id` are never read
[INFO] [stdout]   --> src/api/appointments.rs:6:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct CreateAppointmentInput {
[INFO] [stdout]    |            ---------------------- fields in this struct
[INFO] [stdout]  6 |     pub requester_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]  7 |     pub opponent_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]  8 |     pub start_time: String, // Ideally, use a datetime type; using String here for simplicity.
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]  9 |     pub end_time: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 10 |     pub league_id: Option<i32>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `status` is never read
[INFO] [stdout]   --> src/api/appointments.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct UpdateAppointmentInput {
[INFO] [stdout]    |            ---------------------- field in this struct
[INFO] [stdout] 30 |     pub status: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LeagueResponse` is never constructed
[INFO] [stdout]   --> src/api/leagues.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct LeagueResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_league_by_id` is never used
[INFO] [stdout]   --> src/api/leagues.rs:40:14
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub async fn get_league_by_id(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `leave_league` is never used
[INFO] [stdout]    --> src/api/leagues.rs:138:14
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub async fn leave_league(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]   --> tests/test_runner.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         TEST_DB_POOL.clone().unwrap()
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[deny(static_mut_refs)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tennis_scheduler` (test "test_runner") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused import: `diesel::prelude`
[INFO] [stdout]  --> tests/match_tests.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use diesel::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::db::models::Player`
[INFO] [stdout]   --> src/api/leagues.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use crate::db::models::Player;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> src/api/players.rs:2:26
[INFO] [stdout]   |
[INFO] [stdout] 2 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> src/api/matches.rs:6:26
[INFO] [stdout]   |
[INFO] [stdout] 6 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `chrono::Utc`
[INFO] [stdout]  --> src/api/matches.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use chrono::Utc;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `completed_match_id`
[INFO] [stdout]    --> tests/match_tests.rs:867:9
[INFO] [stdout]     |
[INFO] [stdout] 867 |     let completed_match_id = completed_match_body["id"].as_str().unwrap();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_completed_match_id`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::db::models::Player`
[INFO] [stdout]   --> src/api/leagues.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use crate::db::models::Player;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> src/api/players.rs:2:26
[INFO] [stdout]   |
[INFO] [stdout] 2 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> src/api/matches.rs:6:26
[INFO] [stdout]   |
[INFO] [stdout] 6 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `chrono::Utc`
[INFO] [stdout]  --> src/api/matches.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use chrono::Utc;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/api/appointments.rs:19:33
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub async fn create_appointment(item: web::Json<CreateAppointmentInput>) -> impl Responder {
[INFO] [stdout]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/appointments.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     path: web::Path<i32>,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/api/appointments.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     item: web::Json<UpdateAppointmentInput>,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/appointments.rs:41:33
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub async fn cancel_appointment(path: web::Path<i32>) -> impl Responder {
[INFO] [stdout]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/players.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub async fn get_calendar(path: web::Path<i32>) -> impl Responder {
[INFO] [stdout]    |                           ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/api/matches.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 |     let result = web::block(move || {
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/api/matches.rs:250:9
[INFO] [stdout]     |
[INFO] [stdout] 250 |     let result: Result<(), AppError> = web::block(move || {
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/api/appointments.rs:19:33
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub async fn create_appointment(item: web::Json<CreateAppointmentInput>) -> impl Responder {
[INFO] [stdout]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/appointments.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     path: web::Path<i32>,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/api/appointments.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     item: web::Json<UpdateAppointmentInput>,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/appointments.rs:41:33
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub async fn cancel_appointment(path: web::Path<i32>) -> impl Responder {
[INFO] [stdout]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `requester_id`, `opponent_id`, `start_time`, `end_time`, and `league_id` are never read
[INFO] [stdout]   --> src/api/appointments.rs:6:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct CreateAppointmentInput {
[INFO] [stdout]    |            ---------------------- fields in this struct
[INFO] [stdout]  6 |     pub requester_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]  7 |     pub opponent_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]  8 |     pub start_time: String, // Ideally, use a datetime type; using String here for simplicity.
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]  9 |     pub end_time: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 10 |     pub league_id: Option<i32>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `status` is never read
[INFO] [stdout]   --> src/api/appointments.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct UpdateAppointmentInput {
[INFO] [stdout]    |            ---------------------- field in this struct
[INFO] [stdout] 30 |     pub status: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LeagueResponse` is never constructed
[INFO] [stdout]   --> src/api/leagues.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct LeagueResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_league_by_id` is never used
[INFO] [stdout]   --> src/api/leagues.rs:40:14
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub async fn get_league_by_id(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `leave_league` is never used
[INFO] [stdout]    --> src/api/leagues.rs:138:14
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub async fn leave_league(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LeaguePlayer` is never constructed
[INFO] [stdout]   --> src/db/models.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct LeaguePlayer {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Appointment` is never constructed
[INFO] [stdout]   --> src/db/models.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct Appointment {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UpdateMatchInput` is never constructed
[INFO] [stdout]    --> src/db/models.rs:107:12
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub struct UpdateMatchInput {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/players.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub async fn get_calendar(path: web::Path<i32>) -> impl Responder {
[INFO] [stdout]    |                           ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/api/matches.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 |     let result = web::block(move || {
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/api/matches.rs:250:9
[INFO] [stdout]     |
[INFO] [stdout] 250 |     let result: Result<(), AppError> = web::block(move || {
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `requester_id`, `opponent_id`, `start_time`, `end_time`, and `league_id` are never read
[INFO] [stdout]   --> src/api/appointments.rs:6:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct CreateAppointmentInput {
[INFO] [stdout]    |            ---------------------- fields in this struct
[INFO] [stdout]  6 |     pub requester_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]  7 |     pub opponent_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]  8 |     pub start_time: String, // Ideally, use a datetime type; using String here for simplicity.
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]  9 |     pub end_time: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 10 |     pub league_id: Option<i32>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `status` is never read
[INFO] [stdout]   --> src/api/appointments.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct UpdateAppointmentInput {
[INFO] [stdout]    |            ---------------------- field in this struct
[INFO] [stdout] 30 |     pub status: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LeagueResponse` is never constructed
[INFO] [stdout]   --> src/api/leagues.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct LeagueResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_league_by_id` is never used
[INFO] [stdout]   --> src/api/leagues.rs:40:14
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub async fn get_league_by_id(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `leave_league` is never used
[INFO] [stdout]    --> src/api/leagues.rs:138:14
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub async fn leave_league(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LeaguePlayer` is never constructed
[INFO] [stdout]   --> src/db/models.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct LeaguePlayer {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Appointment` is never constructed
[INFO] [stdout]   --> src/db/models.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct Appointment {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UpdateMatchInput` is never constructed
[INFO] [stdout]    --> src/db/models.rs:107:12
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub struct UpdateMatchInput {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "979991123abddd84723600dfcacc9040ba67141b5de79f04dc8c87d6cf16a2b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "979991123abddd84723600dfcacc9040ba67141b5de79f04dc8c87d6cf16a2b9", kill_on_drop: false }`
[INFO] [stdout] 979991123abddd84723600dfcacc9040ba67141b5de79f04dc8c87d6cf16a2b9
